Syntax error in regular expression (JScript)

The structure of your search string violates one or more of the grammatical rules of a JScript regular expression.

To correct this error

  • Ensure the structure of your regular expression search string adheres to the JScript regular expression syntax.

See Also